home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1992 June: ROMin Holiday / ADC Developer CD (1992-06) (''ROMin Holiday'')_iso / Developer Connection - 06-1992.iso / Development Platforms / Apple II / Apple II Sample Code / MPW IIGS SC / SC.019.ActionNDA / MakeFile < prev    next >
Encoding:
Makefile  |  1990-06-24  |  1000 b   |  36 lines  |  [TEXT/MPS ]

  1. #   File:       Makefile
  2. #   Target:     'ActionNDA'
  3. #   Created:    Thursday, Apr 4, 1990
  4. #     Copyright Apple Computer, Inc. 1990
  5. #     All rights reserved.
  6. #   Developer Technical Support Apple II Sample Code
  7. #
  8. # To make this desk accessory set the directory to the directory containing 
  9. # this file and the source files.  From the worksheet type 'make' 
  10. # then the enter key. Next select the newly created lines and type enter.
  11.  
  12. # If you use this make file to create other desk accessories:
  13. #   Put in the new [App]lication name replacing "idle"
  14. #   Put in the new [ObjectFiles] names.
  15.  
  16. App          = ActionNDA
  17. ObjectFiles = NDAHeader.aii.obj ∂
  18.               ActionNDA.p.obj    
  19.            
  20. # make Shell desk accessory
  21.  
  22. {App} ƒƒ MakeFile ∂
  23.         {ObjectFiles}
  24.     
  25.     LinkIIGS -t NDA ∂
  26.         {ObjectFiles} ∂
  27.         -lib "{PIIGSlibraries}"PLib ∂
  28.         -o "{App}"
  29.     DuplicateIIGS -y -mac "{App}" "{App}"
  30.     
  31. .aii.obj ƒ .aii
  32.     AsmIIGS  {default}.aii 
  33.  
  34. .p.obj ƒ .p 
  35.     #Always use the -r option when creating a desk accessory
  36.     PascalIIGS  -r {default}.p